From: Eli Zaretskii Date: Fri, 30 Jan 2004 17:10:02 +0000 (+0000) Subject: Fix the prototype for xfree. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24314 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5eff775a22ac16d5aca672281ddd980ae07d26c8;p=emacs.git Fix the prototype for xfree. --- diff --git a/src/alloca.c b/src/alloca.c index 460d0ae9a54..e8c8319adc4 100644 --- a/src/alloca.c +++ b/src/alloca.c @@ -100,7 +100,7 @@ typedef POINTER_TYPE *pointer; # define free xfree void *xmalloc _P ((size_t)); -void xfree _P ((void *)) +void xfree _P ((void *)); /* Define STACK_DIRECTION if you know the direction of stack growth for your system; otherwise it will be automatically